A. Code is separated from the HTML and interpreted Code is interpreted separately
B. Scripting is separated from the HTML, Code is compiled as a DLL, the DLLs can be executed on server
C. Scripting is separated from the HTML, Code is interpreted seperately
D. None of these
Advertisement
Related Mcqs:
- A developer wanted to achieve graphics in his display using ASP.NET. Which of the following web controls are available in ASP.NET to achieve the above ?
- A. AdRotator B. LinkButton C. Both A and B D. None of the Above...
- Which of the following denote value that can be taken by Cache-Control of ASP.NET ?
- A. Private B. no-cache C. Public D. All of the above...
- The Asp.net server control, which provides an alternative way of displaying text on web page, is_________________?
- A. B. C. D. None of these...
- In ASP.NET if you want to allows page developers a way to specify static connections in a content page then the class used is_____________?
- A. System.Activator B. ProxyWebPartManager C. WebPartManager D. None of these...
- In ASP.NET the section contain which of the following elements ?
- A. B. C. Both A and B D. None of these...
- Give one word: What model does ASP.NET request processing is based on__________________?
- A. Top-down B. Bottom-up C. Waterfall D. Pipeline...
- The Following are the minimum requirement to run Asp.net pages_________________?
- A. Windows explorer B. Java Virtual Machine C. Common Language Runtime D. All of the above...
- I have an ASP.NET application. I have a page loaded from server memory. At this instance which of the following methods gets fired ?
- A. Load() B. Unload( ) C. PreRender( ) D. None of the Above...
- An organization has developed a web service in which the values of the forms are validated using ASP.NET application. Suppose this web service is got and used by a customer then in such a scenario whi ?
- A. The customer can run on any platform. B. Such a situation cannot happen at all C. The customer must be having technology that run ASP. D. None of the Above...
- How to find out what version of ASP.NET I am using on my machine ?
- A. Response.Write(Version.ToString() ); B. Response.Write(System.Version.ToString() ); C. Response.Write(System.Environment.Version.ToString() ); D. not possible...
Advertisement